Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package org.opensciencegrid.authz.client...
  Loading source files for package org.opensciencegrid.authz.common...
  Loading source files for package org.opensciencegrid.authz.saml...
  Loading source files for package org.opensciencegrid.authz.service...
  Loading source files for package org.opensciencegrid.authz.stubs...
  src/java/org/opensciencegrid/authz/stubs/AuthorizationServiceBindingStub.java:27: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
  2 errors
  (try -source 1.4 or lower to use 'enum' as an identifier)
          oper.setStyle(org.apache.axis.enum.Style.WRAPPED);
                                        ^
  src/java/org/opensciencegrid/authz/stubs/AuthorizationServiceBindingStub.java:28: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
  (try -source 1.4 or lower to use 'enum' as an identifier)
          oper.setUse(org.apache.axis.enum.Use.LITERAL);
                                      ^